home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library / Microsoft Programmer's Library (CD-ROM Database)(125-099-008)(Version 1.1a)(CDRM 162100)(1989).iso / SAMPCODE / OS2SDK11 / TK4 / OPENDLG / HELLO / HELLO.H < prev    next >
Text File  |  1989-02-20  |  369b  |  15 lines

  1. /*
  2.     HELLO header file
  3.     Created by Microsoft Corporation, 1989
  4. */
  5. #define ID_RESOURCE 1
  6. #define IDM_FILE    10
  7. #define IDM_OPEN    100
  8. #define IDM_SAVE    101
  9. #define IDM_ABOUT   102
  10. #define IDD_ABOUT   1
  11.  
  12. MRESULT CALLBACK HelloWndProc(HWND, USHORT, MPARAM, MPARAM);
  13. MRESULT CALLBACK AboutDlgProc(HWND, USHORT, MPARAM, MPARAM);
  14. int cdecl main(void);
  15.